| TagExtraInfo Class | |
| public abstract class TagExtraInfo extends Object | |
Object TagExtraInfo A TagExtraInfo object contains any additional information associated with a custom Tag. |
|
| TagExtraInfo() | |
| public TagExtraInfo() | Constructor |
|
Since the TagExtraInfo class is abstract, a TagExtraInfo object is not created directly. Sub-classes of TagExtraInfo can call this constructor. |
|
| getTagInfo() | |
| public TagInfo getTagInfo() | Method |
|
getTagInfo() returns the TagInfo object associated with the invoking TagExtraInfo object. |
|
| getVariableInfo() | |
| public VariableInfo[] getVariableInfo(TagData td) | Method |
|
getVariableInfo returns an array of VariableInfo objects containing information on scripting variables defined by the tag. |
|
| isValid() | |
| public boolean isValid(TagData td) | Method |
|
isValid returns true if the attributes associated with the specified TagData object are valid at translation time. Request-time attributes are indicated as such. |
|
| setTagInfo() | |
| public void setTagInfo(TagInfo ti) | Method |
|
setTagInfo sets the TagInfo object that is associated with the invoking TagExtraInfo object. |
|